I am trying to use a non default certificate with New-CsStaticRoute and Set-CsStaticRoutingConfiguration without luck. It seems to accept anything for TLSCertIssuer and TLSCertSerialNumber for New-CSStaticRoute as long as the format is right but then I get this error when trying to use it
PS C:\Users\wcadmin> Set-CsStaticRoutingConfiguration -Route @{Add=$staticRoute}Set-CsStaticRoutingConfiguration : Object reference not set to an instance of
an object.
At line:1 char:1
+ Set-CsStaticRoutingConfiguration -Route @{Add=$staticRoute}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-CsStaticRoutingConfigurat
ion], NullReferenceException
+ FullyQualifiedErrorId : System.NullReferenceException,Microsoft.Rtc.Mana
gement.Internal.SetStaticRoutingConfigurationCmdlet
Is there any way to trace how OCS is doing the lookup or anywhere to see concrete examples (ie with actual certificates and command line instead of placeholders or general text)? I'm not sure what component to check in the logging tool but haven't had any luck.
Thanks